#include <graph_array.h>
Public Member Functions | |
| arc & | mark () |
| arc & | unmark () |
| bool | marked () const |
| node_iterator | initial () const |
| node_iterator | terminal () const |
| arctype & | operator * () |
| arctype * | operator-> () |
| const arctype & | operator * () const |
| const arctype * | operator-> () const |
Protected Member Functions | |
| arc (const node_iterator &Initial, const node_iterator &Terminal) | |
| arc (const node_iterator &Initial, const node_iterator &Terminal, const arctype &Elem) | |
Protected Attributes | |
| node_iterator | m_Initial |
| node_iterator | m_Terminal |
| arctype | m_Elem |
| bool | m_Marker |
Friends | |
| class | graph_array< nodetype, arctype > |
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.3-rc3